@charset "utf-8";
*{padding: 0;margin: 0;box-sizing: border-box;}
body{font:16px;color: #000;background: #fff;}
textarea,input{font:16px;}
img{border: none;}
.clear:after {content:"";display: block;clear:both;}
input[type=button], input[type=submit], input[type=file], input[type=reset], button { cursor: pointer; -webkit-appearance: none;}
body,p,ol,ul,h1,h2,h3,h4,h5,h6{margin: 0;padding:0;list-style: none;font:16px;}
button{font:16px;}
a{color:inherit;text-decoration: none;}
.to1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.to2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.s{
	cursor: pointer;
}